home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / downboy.swf / scripts / DefineButton2_163 / BUTTONCONDACTION on(keyPress 8).as < prev    next >
Encoding:
Text File  |  2005-07-26  |  100 b   |  7 lines

  1. on(keyPress "8"){
  2.    if(true)
  3.    {
  4.       _root.Boo.Boo_In.gotoAndPlay("vanishBubble");
  5.    }
  6. }
  7.